home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / trem.zip / MENU.RC < prev    next >
Text File  |  1991-05-11  |  383b  |  14 lines

  1. TerminalMenu MENU LOADONCALL MOVEABLE PURE DISCARDABLE 
  2. BEGIN
  3.    POPUP "&Action..."
  4.    BEGIN
  5.       MenuItem "&Connect\tShift+PgUp",     IDM_CONNECT
  6.       MenuItem "&Disconnect\tShift+PgDn",  IDM_DISCONNECT
  7.       MenuItem  SEPARATOR
  8.       MenuItem  "E&xit",       IDM_EXIT
  9.    END
  10.    MenuItem "&Settings",       IDM_SETTINGS
  11.    MenuItem "A&bout",          IDM_ABOUT
  12. END
  13.  
  14.